steps.Steps.setDriver()
1441 ms
Passed
When I select "Prototype" build
51 ms
Passed
And first number is "2"
176 ms
Passed
And second number is "0"
237 ms
Passed
And operation is "Divide"
83 ms
Passed
And integers only is false
0 ms
Passed
Then I click on Calculate button
5252 ms
Failed
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to no longer be visible: By.id: calculatingForm (tried for 5 second(s) with 500 milliseconds interval)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'DESKTOP-5FVM20P', ip: '10.50.8.14', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.11'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 93.0.4577.82, chrome: {chromedriverVersion: 93.0.4577.63 (ff5c0da2ec0ad..., userDataDir: C:\Users\Lulu\AppData\Local...}, goog:chromeOptions: {debuggerAddress: localhost:59304}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 2fac16c6f7a467d7ba51ed457af8c2bd
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at steps.Steps.iClickOnCalculateButton(Steps.java:92)
at ✽.I click on Calculate button(file:///C:/Users/Lulu/Desktop/NETI/BasicCalculator/src/test/resources/features/divide.feature:153)
And error message should be displayed and matched with "Divide by zero error!"
0 ms
Skipped
steps.Steps.quitDriver()
613 ms
Passed